go/types.Checker.record (method)

7 uses

	go/types (current package)
		builtins.go#L752: 			check.record(&operand{mode, selx, obj.Type(), nil, 0})
		call.go#L185: 		check.record(x)
		call.go#L400: 				check.record(&x)
		call.go#L437: 					check.record(&x)
		call.go#L647: 			check.record(arg)                                                                 // record here because we didn't use the usual expr evaluators
		expr.go#L958: 	check.record(x)
		recording.go#L18: func (check *Checker) record(x *operand) {